provider Releases GET
/api/0/organizations/{organization_id_or_slug}/releases/{version}/ @utdk/sentry
/api/0/organizations/{organization_id_or_slug}/releases/{version}/ Retrieve an Organization's Release
Return details on an individual release.
- organization_id_or_slug path required
- The ID or slug of the organization the resource belongs to.
- string
- version path required
- The version identifier of the release
- string
- project_id query
- The project ID to filter by.
- string
- health query
- Whether or not to include health data with the release. By default, this is false.
- boolean
- adoptionStages query
- Whether or not to include adoption stages with the release. By default, this is false.
- boolean
- summaryStatsPeriod query
- The period of time used to query summary stats for the release. By default, this is 14d.
- enum: 14d, 1d, 1h, 24h…
- healthStatsPeriod query
- The period of time used to query health stats for the release. By default, this is 24h if health is enabled.
- enum: 14d, 1d, 1h, 24h…
- sort query
- The field used to sort results by. By default, this is `date`.
- enum: crash_free_sessions, crash_free_users, date, sessions…
- status query
- Release statuses that you can filter by.
- enum: archived, open
- query query
- Filters results by using [query syntax](/product/sentry-basics/search/). Example: `query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)`
- string
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.retrieveAnOrganizationSRelease()